Installation
ConfigBundleOperator can be installed directly using the Kubernetes manifests provided with the project.
The deployment manifest contains all the resources required to run the
operator, including the ConfigBundle CRD, ServiceAccount, RBAC resources,
and Deployment.
For a detailed explanation of how these resources work together, see Deployment → Deployment Manifest.
Kopf Peering¶
Opeartor Deployment¶
This will install the required resources and start the operator.
You can verify the installation with:
Once the operator Pod is running, ConfigBundleOperator is ready to reconcile
ConfigBundle resources.